home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
pascal
/
ptrp10.zip
/
TEST3.TRP
< prev
next >
Wrap
Text File
|
1994-05-17
|
167b
|
8 lines
procedure main
local
variable : integer;
endvar
variable := 5 + 2
writeln("The Variable : ", variable)
endproc